Adds a value to the timeline.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Collapse imageSyntax

C#
public void Set(
	double time,
	T value,
	bool isTimeAbsolute
)

Parameters

time
Type: System..::..Double
The time at which to insert the value.
value
Type: T
The value to insert.
isTimeAbsolute
Type: System..::..Boolean
Whether or not te specified time is absolute.

Collapse imageRemarks

Entry will be processed. Insertion is not guaranteed. Insertion may be propagated, depending on settings.

Collapse imageSee Also